home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / video / script-23 < prev    next >
Encoding:
Text File  |  1992-08-27  |  123 b   |  6 lines

  1. /*
  2.  * and update a newly added instance
  3.  */
  4. replace emp1 (salary = 2500) where emp1.name = "joe" and emp1.dept = "shoe"
  5. \p
  6.